home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Comunicatii / inetcontrol / inetcontrolsetup.exe / {app} / INetControl.exe / 0 / RCDATA / TISPEDIT / TISPEDIT.txt
Encoding:
Text File  |  2004-11-05  |  1.3 KB  |  75 lines

  1. object ISPEdit: TISPEdit
  2.   Left = 470
  3.   Top = 172
  4.   BorderStyle = bsDialog
  5.   Caption = 'ISP'
  6.   ClientHeight = 168
  7.   ClientWidth = 247
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ListBox1: TListBox
  20.     Left = 8
  21.     Top = 5
  22.     Width = 153
  23.     Height = 157
  24.     ItemHeight = 13
  25.     TabOrder = 0
  26.     OnDblClick = ListBox1DbClick
  27.   end
  28.   object btnAdd: TButton
  29.     Left = 168
  30.     Top = 16
  31.     Width = 75
  32.     Height = 25
  33.     Caption = 'Add'
  34.     TabOrder = 1
  35.     OnClick = btnAddClick
  36.   end
  37.   object btnEdit: TButton
  38.     Left = 168
  39.     Top = 48
  40.     Width = 75
  41.     Height = 25
  42.     Action = UEdit
  43.     Caption = 'Edit'
  44.     TabOrder = 2
  45.   end
  46.   object btnDel: TButton
  47.     Left = 168
  48.     Top = 80
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'Delete'
  52.     TabOrder = 3
  53.     OnClick = btnDelClick
  54.   end
  55.   object btnOk: TButton
  56.     Left = 168
  57.     Top = 128
  58.     Width = 75
  59.     Height = 25
  60.     Caption = 'Ok'
  61.     Default = True
  62.     ModalResult = 1
  63.     TabOrder = 4
  64.   end
  65.   object ActionList1: TActionList
  66.     Left = 16
  67.     Top = 16
  68.     object UEdit: TAction
  69.       Caption = 'Action1'
  70.       OnExecute = btnEditClick
  71.       OnUpdate = UEditUpdate
  72.     end
  73.   end
  74. end
  75.